bitwise complement造句
例句與造句
- bitwise complement operators are predefined for
按位求補運算符是為 - computes the bitwise complement of a value
計算一個值的按位求補。 - operator performs a bitwise complement operation on its operand
運算符執(zhí)行操作數(shù)的按位求補運算。 - bitwise complement operator
按位求補運算符 - method returns the bitwise complement of where the item would have been if it existed
方法返回此項應該出現(xiàn)位置的按位求補(如果存在)。 - It's difficult to find bitwise complement in a sentence. 用bitwise complement造句挺難的
- instruction computes the bitwise complement of an integer value and pushes the result onto the stack
指令計算整數(shù)值的按位求補并將結果推送到堆棧上。 - a negative number which is the bitwise complement of the index of the first element that is larger than
中的一個或多個元素,則為一個負數(shù),該負數(shù)是大于 - you can apply the bitwise complement operator to the negative result in visual basic,
可對負結果應用按位求補運算符(~)(在visualbasic中,將負結果和-1進行 - operator performs a bitwise complement operation on its operand, which has the effect of reversing each bit
運算符對操作數(shù)執(zhí)行按位求補運算,其效果相當于反轉每一位。 - a negative number which is the bitwise complement of the index of the last element plus 1
中的任何元素,則為一個負數(shù),該負數(shù)是(最后一個元素的索引加1)的按位求補。 - is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than
的下一個元素索引的按位求補,如果沒有更大的元素,則為 - compute the bitwise complement of the two integer values on top of the stack and pushes the result onto the evaluation stack
計算位于堆棧頂部的兩個整數(shù)值的按位求補并將結果推送到計算堆棧上。 - computes the bitwise complement of the integer value on top of the stack and pushes the result onto the evaluation stack as the same type
計算堆棧頂部整數(shù)值的按位求補并將結果作為相同的類型推送到計算堆棧上。 - you can apply the bitwise complement operation to this negative integer to get the index of the first element that is larger than the search value
可以將按位反碼運算(~)應用于此負整數(shù),以獲取大于搜索值的第一個元素的索引。當向